net/http.loggingConn.SetDeadline (method, view implemented interface methods)
14 uses
net/http (current package)
server.go#L325: rwc.SetDeadline(time.Time{})
socks_bundle.go#L33: c.SetDeadline(deadline)
socks_bundle.go#L34: defer c.SetDeadline(socksnoDeadline)
socks_bundle.go#L48: c.SetDeadline(socksaLongTimeAgo)
net
dnsclient_unix.go#L190: c.SetDeadline(d)
net.go#L168: SetDeadline(t time.Time) error
crypto/tls
conn.go#L144: return c.conn.SetDeadline(t)
github.com/jackc/pgx/v5/pgconn
pgconn.go#L789: pgConn.conn.SetDeadline(deadline)
pgconn.go#L2956: h.Conn.SetDeadline(time.Now().Add(h.DeadlineDelay))
pgconn.go#L2960: h.Conn.SetDeadline(time.Time{})
pgconn.go#L2984: h.Conn.conn.SetDeadline(deadline)
pgconn.go#L3012: h.Conn.conn.SetDeadline(time.Time{})
google.golang.org/grpc
server.go#L987: rawConn.SetDeadline(time.Now().Add(s.opts.connectionTimeout))
server.go#L991: rawConn.SetDeadline(time.Time{})
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)